projects
/
gpsbabel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0465505
)
Pick up missed fix for route_head_alloc.
author
robertl
<robertl>
Tue, 22 Oct 2002 19:13:31 +0000
(19:13 +0000)
committer
robertl
<robertl>
Tue, 22 Oct 2002 19:13:31 +0000
(19:13 +0000)
route.c
patch
|
blob
|
history
diff --git
a/route.c
b/route.c
index 7614b8bd894e3cc5ab2fabdb7b515732fe96e516..92c8f4a18f875b3fbe34472e7b32726281daa9a5 100644
(file)
--- a/
route.c
+++ b/
route.c
@@
-35,7
+35,7
@@
route_head_alloc(void)
route_head *rte_head;
rte_head = xmalloc(sizeof (*rte_head));
QUEUE_INIT(&rte_head->Q);
-
+ return rte_head;
}